ArcPad XML Reference
Layer definition file
Send Feedback

Glossary Item Box

Layer definition file:

 

Copy Code
<?xml version="1.0" encoding="UTF-8" ?>
<ArcPad> 
  <LAYER name="Sd_railstop.shp">
    <SYMBOLOGY>
      <VALUEMAPRENDERER lookupfield="xnm1">
        <EXACT value="COASTER STATION" label="COASTER STATION">
          <TRUETYPEMARKERSYMBOL character="103" font="ESRI ArcPad" fontstyle="regular" fontsize="8" angle="360" fontcolor="0,255,255"/>
        </EXACT>
        <EXACT value="TROLLY STATION" label="TROLLY STATION">
          <TRUETYPEMARKERSYMBOL character="103" font="ESRI ArcPad" fontstyle="regular" fontsize="8" angle="360" fontcolor="255,0,255"/>
        </EXACT>
      </VALUEMAPRENDERER>
    </SYMBOLOGY>
    <HYPERLINK field="PICTURE" />
    <FORMS>
      <EDITFORM caption="Railstops" width="130" height="130" attributespagevisible="false">
        <PAGE caption="RailStop Info" name="Info">
          <LABEL name="Label1" x="6" y="15" width="38" height="8" caption="Origin" group="false" border="false"/>
          <LABEL name="Label2" x="6" y="32" width="38" height="8" caption="Destination" group="false" border="false"/>
          <LABEL name="Label3" x="6" y="48" width="38" height="8" caption="Year" group="false" border="false"/>
          <EDIT name="txtXNM1" x="48" y="12" width="65" height="12" sip="false" field="XNM1" group="false" readonly="false" required="false" border="true" tabstop="true"/>
          <EDIT name="txtXNM2" x="48" y="29" width="65" height="12" sip="false" field="XNM2" group="false" readonly="false" required="false" border="true" tabstop="true"/>
          <EDIT name="txtIYR" x="48" y="47" width="65" height="12" sip="false" field="IYR" group="false" readonly="false" required="false" border="true" tabstop="true"/>
        </PAGE>
      </EDITFORM>
    </FORMS>
  </LAYER> 
</ArcPad> 
©2013. All Rights Reserved.